Click or drag to resize

ContentType Constructor (String)

Initializes a new instance of the ContentType class.

Namespace:  Independentsoft.Email.Mime
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ContentType(
	string contentType
)

Parameters

contentType
Type: SystemString
Type of the content.
See Also